PlainSourceContentButton
A plain, basic Source compatible button component. This button does not have any Source colour theming. Provide buttonColours to theme the button.
This is a low-level component and should be sparingly used only for custom buttons. Prefer to use PlainSourceButton or SourceIconButton instead.
Parameters
Button size from SourceButton.Sizes. Reflects the prominence of the action.
Callback for action to take when user clicks the button.
Optional Modifier
Whether the button is enabled and can be interacted with.
Optional colours for the button. Use this to theme the button.
Optional colours for the button when it is disabled. If not provided, the button colours are used with reduced opacity.
Optional override for the start padding of the button content. If not provided, the default padding for the size is used.
Optional override for the end padding of the button content. If not provided, the default padding for the size is used.
Slot for composable content to present inside the button.